t; RAGEZONE.com ( Bene Quest requiring GODrt GODpot GODore)
; 100% WRITTEN BY MENTAL
; MSN : DAN@RAGEZONE.com
; AND ITS FUCKING 100% BUG FREE.. ABOUT TIME TOO

[@main]
#if
checkpkpoint 2
#act
goto @red
#elseact
goto @mainmain

[@red]
#IF
#ACT
map 0162

[@mainmain]
What can I do for you ?\
Please feel free to store items, we dont charge for custody.\ \
 <Store/@storage> item\
 <Take back/@getback> item\
  <Talk/@talk> about stuff\
 <Cancel/@exit>

[@talk]
#IF
checklevel 26
#IF
checkitem EternalFlame 1
#ACT
goto @accepted
#ELSEACT
goto @error

[@accepted]
I See you got an eternal flame in your bag... Eternal\
such a strong word.. and i see your a strong minded\
person.. do you wish to accept a challnge?! it will be\
tough.\\
<Nothing is to tough for me/@quest1> | <No thanks/@exit>\

[@error]
Hello there .. care to try a cookie?... oh thats toobad\

[@quest1]
#IF
checklevel 26
#SAY
What i am about to tell you, you must keep confidential..\
but there are 3 monsters which walk the land of  ragezone\
which drop 2 special items which are very important to my\
friend bigjohn.. i cannot such much about these items but\
theyre power is ......  just find the 2 items BigJohn Needs\
<OK i shall try/@yes> | <Tell me more/@more> | <No Thanks/@exit>

[@yes]
Good luck

[@more]
-   Hes in a cave with lots of.. creepy crawlys\
-   Hes seen as a psycho\
-   He has a king\\

[@storage]
What item do you want to store ?\ \ \
 <Back/@main>

[@getback]
Please choose from the list what you want to take back. \ \ \
 <Back/@main>



[@Mbind]
#IF
#SAY
I can bundle potions and teleports, \ 
I can also exchange gold into GoldBars. \ 
Tell me your wishes. \ \

<Exchange money into gold bar/@changeGold>\
<Exchange GoldBar into money/@changeMoney>\
<Item bundling/@bind> \ 

<Cancel/@exit>

[@changeGold]
#IF
   checkgold 1000000
#SAY
Do you want to change money into GoldBar ? \
The commission is 2000 gold \

<Exchange/@changeGold_1> \
<Cancel/@exit>

#ELSESAY
Why do you ask me whilst lacking the funds ? \
Please come back if you have enough money. \ \
<Back/@main>

[@changeGold_1]
#IF 
   checkbaggage
   checkgold 1002000
#ACT
   take gold 1002000
   give GoldBar 1
#SAY
I exchanged your money into GoldBar. \ 
Would you like to exchange more ? \ \

<Exhange/@changeGold> \
<Back/@exit>

#ELSESAY
Why do you ask me whilst lacking the funds ? \
Please come back if you have enough money. \ \
<Back/@main>

[@changeMoney]
#IF
   checkitem GoldBar 1
#SAY 
Do you want to change GoldBar into money ? \
The commission is 2000 gold \

<Exchange/@changeMoney_1> \
<Cancel/@exit>

#ELSESAY
You have no GoldBar for me to Exchange... \
Come back only if u do have one. \ \
<Cancel/@exit>

[@changeMoney_1]
#IF
   checkitem GoldBar 1
   checkgold 4002001
#SAY
You cannot exchange GoldBar into money. \
your bankbalance would exceed its limit. \ \
<Cancel/@exit>

#ELSEACT
   goto @changeMoney_2


[@changeMoney_2]
#IF 
   checkitem GoldBar 1
#ACT
   take GoldBar 1
   give gold 998000
#SAY
GoldBar was exchanged into money. \ 
Would you like to exchange more ? \ \

<Exchange/@changeMoney> \
<Cancel/@exit>

[@bind]
I can bundle most potions and all kinds of teleport. \
The commission is 100 gold for each bundle. \ 
 <Bundle/@P_bind> Potions \
 <Bundle/@Z_bind> Teleports \

[@P_bind]
 <Bundle/@ch_bind0> (HP)DrugMega \
 <Bundle/@ma_bind0> (MP)DrugMega \ 
 <Bundle/@ch_bind1> (HP)DrugLarge \
 <Bundle/@ma_bind1> (MP)DrugLarge \ 
 <Bundle/@ch_bind2> (HP)DrugMedium \
 <Bundle/@ma_bind2> (MP)DrugMedium \
 <Bundle/@ch_bind3> (HP)DrugSmall \
 <Bundle/@ma_bind3> (MP)DrugSmall\
<Back/@bind>

[@Z_bind]
 <Bundle/@zum_bind1> DungeonEscape \
 <Bundle/@zum_bind2> RandomTeleport \
 <Bundle/@zum_bind3> TownTeleport \
 <Bundle/@zum_bind4> TeleportHome \
 <Back/@bind>


[@ch_bind0]
#IF
   checkitem (HP)MegaDrug 6
#ACT
   goto @ch_bind0_1
#ELSESAY
You do not have the needed amount of potions. \
Please come back if u do have enough potions. \ \
<Cancel/@exit>

[@ch_bind0_1]
#IF 
   checkgold 100
   checkitem (HP)MegaDrug 6
#ACT
   take gl 100
   take (HP)MegaDrug 6
   give (HP)MegaBundle 1
#SAY
Your potions are bundled. \
Would you like to bundle more ?\ \

<Bundle up again/@P_bind> \
<Cancel/@exit>

#ELSESAY
You do not have the needed amount of potions. \
Please come back if u do have enough potions. \ \
<Cancel/@exit>

[@ma_bind0]
#IF
   checkitem (MP)MegaDrug 6
#ACT
   goto @ma_bind0_1
#ELSESAY
You do not have the needed amount of potions. \
Please come back if u do have enough potions. \ \
<Cancel/@exit>

[@ma_bind0_1]
#IF 
   checkgold 100
   checkitem (MP)MegaDrug 6
#ACT
   take gl 100
   take (MP)MegaDrug 6
   give (MP)MegaBundle 1
#SAY
Your potions are bundled. \
Would you like to bundle more ?\ \

<Bundle up again/@P_bind> \
<Cancel/@exit>

#ELSESAY
You do not have the needed amount of potions. \
Please come back if u do have enough potions. \ \
<Cancel/@exit>

[@ch_bind1]
#IF
   checkitem (HP)DrugLarge 6
#ACT
   goto @ch_bind1_1
#ELSESAY
You do not have the needed amount of potions. \
Please come back if u do have enough potions. \ \
<Cancel/@exit>

[@ch_bind1_1]
#IF 
   checkgold 100
   checkitem (HP)DrugLarge 6
#ACT
   take gold 100
   take (HP)DrugLarge 6
   give (HP)DrugBundle 1
#SAY
Your potions are bundled. \
Would you like to bundle more ?\ \

<Bundle up again/@P_bind> \
<Cancel/@exit>

#ELSESAY
You do not have the needed amount of potions. \
Please come back if u do have enough potions. \ \
<Cancel/@exit>

[@ma_bind1]
#IF
   checkitem (MP)DrugLarge 6
#ACT
   goto @ma_bind1_1
#ELSESAY
You do not have the needed amount of potions. \
Please come back if u do have enough potions. \ \
<Cancel/@exit>

[@ma_bind1_1]
#IF 
   checkgold 100
   checkitem (MP)DrugLarge 6
#ACT
   take gold 100
   take (MP)DrugLarge 6
   give (MP)DrugBundle 1
#SAY
Your potions are bundled. \
Would you like to bundle more ?\ \

<Bundle up again/@P_bind> \
<Cancel/@exit>

#ELSESAY
You do not have the needed amount of potions. \
Please come back if u do have enough potions. \ \
<Cancel/@exit>

[@ch_bind2]
#IF
   checkitem (HP)DrugMedium 6
#ACT
   goto @ch_bind2_1
#ELSESAY
You do not have the needed amount of potions. \
Please come back if u do have enough potions. \ \
<Cancel/@exit>


[@ch_bind2_1]
#IF 
   checkgold 100
   checkitem (HP)DrugMedium 6
#ACT
   take gold 100
   take (HP)DrugMedium 6
   give (HP)MDrugBundl 1
#SAY
Your potions are bundled. \
Would you like to bundle more ?\ \

<Bundle up again/@P_bind> \
<Cancel/@exit>

#ELSESAY
You do not have the needed amount of potions. \
Please come back if u do have enough potions. \ \
<Cancel/@exit>

[@ma_bind2]
#IF
   checkitem (MP)DrugMedium 6
#ACT
   goto @ma_bind2_1

#ELSESAY
You do not have the needed amount of potions. \
Please come back if u do have enough potions. \ \
<Cancel/@exit>


[@ma_bind2_1]
#IF 
   checkgold 100
   checkitem (MP)DrugMedium 6
#ACT
   take gold 100
   take (MP)DrugMedium 6
   give (MP)MDrugbundl 1

#SAY
Your potions are bundled. \
Would you like to bundle more ?\ \

<Bundle up again/@P_bind> \
<Cancel/@exit>

#ELSESAY
You do not have the needed amount of potions. \
Please come back if u do have enough potions. \ \
<Cancel/@exit>


[@ch_bind3]
#IF
   checkitem (HP)DrugSmall 6
#ACT
   goto @ch_bind3_1

#ELSESAY
You do not have the needed amount of potions. \
Please come back if u do have enough potions. \ \
<Cancel/@exit>

[@ch_bind3_1]
#IF 
   checkgold 100
   checkitem (HP)DrugSmall 6
#ACT
   take gold 100
   take (HP)DrugSmall 6
   give (HP)SdrugBundl 1

#SAY
Your potions are bundled. \
Would you like to bundle more ?\ \

<Bundle up again/@P_bind> \
<Cancel/@exit>


#ELSESAY
You do not have the needed amount of potions. \
Please come back if u do have enough potions. \ \
<Cancel/@exit>

[@ma_bind3]
#IF
   checkitem (MP)DrugSmall 6
#ACT
   goto @ma_bind3_1

#ELSESAY
You do not have the needed amount of potions. \
Please come back if u do have enough potions. \ \
<Cancel/@exit>


[@ma_bind3_1]
#IF 
   checkgold 100
   checkitem (MP)DrugSmall 6
#ACT
   take gold 100
   take (MP)DrugSmall 6
   give (MP)SDrugBundl 1

#SAY
Your potions are bundled. \
Would you like to bundle more ?\ \

<Bundle up again/@P_bind> \
<Cancel/@exit>


#ELSESAY
You do not have the needed amount of potions. \
Please come back if u do have enough potions. \ \
<Cancel/@exit>


[@zum_bind1]
#IF
   checkitem DungeonEscape 6
#ACT
   goto @zum_bind1_1

#ELSESAY
You do not have the needed amount of teleports. \
Please come back if u do have enough teleports. \ \
<Cancel/@exit>


[@zum_bind1_1]
#IF 
   checkgold 100
  checkitem DungeonEscape 6
#ACT
   take gold 100
   take DungeonEscape 6
   give Escapebundle 1

#SAY
Your teleports are bundled. \
Would you like to bundle more ?\ \

<Bundle again/@z_bind> \
<Cancel/@exit>


#ELSESAY
You do not have the needed amount of teleports. \
Please come back if u do have enough teleports. \ \
<Cancel/@exit>



[@zum_bind2]
#IF
   checkitem RandomTeleport 6
#ACT
   goto @zum_bind2_1

#ELSESAY
You do not have the needed amount of teleports. \
Please come back if u do have enough teleports. \ \
<Cancel/@exit>

[@zum_bind2_1]
#IF 
   checkgold 100
   checkitem RandomTeleport 6
#ACT
   take gold 100
   take RandomTeleport 6
   give RandomBundle 1

#SAY
Your teleports are bundled. \
Would you like to bundle more ?\ \


<Bundle again/@z_bind> \
<Cancel/@exit>


#ELSESAY
You do not have the needed amount of teleports. \
Please come back if u do have enough teleports. \ \
<Cancel/@exit>



[@zum_bind3]
#IF
   checkitem TownTeleport 6
#ACT
   goto @zum_bind3_1

#ELSESAY
You do not have the needed amount of teleports. \
Please come back if u do have enough teleports. \ \
<Cancel/@exit>



[@zum_bind3_1]
#IF 
   checkgold 100
   checkitem TownTeleport 6
#ACT
   take gold 100
   take TownTeleport 6
   give TownTeleBundle 1

#SAY
Your teleports are bundled. \
Would you like to bundle more ?\ \


<Bundle again/@z_bind> \
<Cancel/@exit>


#ELSESAY
You do not have the needed amount of teleports. \
Please come back if u do have enough teleports. \ \
<Cancel/@exit>



[@zum_bind4]
#IF
   checkitem TeleportHome 6
#ACT
   goto @zum_bind4_1

#ELSESAY
You do not have the needed amount of teleports. \
Please come back if u do have enough teleports. \ \
<Cancel/@exit>


[@zum_bind4_1]
#IF 
   checkgold 100
   checkitem TeleportHome 6
#ACT
   take gold 100
   take TeleportHome 6
   give TeleHomeBundle 1

#SAY
Your teleports are bundled. \
Would you like to bundle more ?\ \


<Bundle again/@z_bind> \
<Cancel/@exit>


#ELSESAY
You do not have the needed amount of teleports. \
Please come back if u do have enough teleports. \ \
<Cancel/@exit>

